Skip to content

Instantly share code, notes, and snippets.

@weibeld
Last active August 17, 2020 12:38
Show Gist options
  • Save weibeld/9203093d3b95145cc63947583d726140 to your computer and use it in GitHub Desktop.
Save weibeld/9203093d3b95145cc63947583d726140 to your computer and use it in GitHub Desktop.
GitHub Actions example workflow — Outputs 1
name: outputs-1
on: workflow_dispatch
jobs:
my-job:
runs-on: ubuntu-latest
steps:
- name: step-1
id: xyz
run: echo "::set-output name=ip-address::$(curl -s ifconfig.me)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment