10 lines
208 B
YAML
10 lines
208 B
YAML
name: test
|
|
run-name: Running build for ${{ gitea.actor }}
|
|
on: [push]
|
|
|
|
jobs:
|
|
main:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Get information from ipinfo.io
|
|
run: curl https://ipinfo.io/json |