Skip to content

Instantly share code, notes, and snippets.

@UmutSERIFLER
Created February 16, 2023 22:45
Show Gist options
  • Save UmutSERIFLER/913388c5b8c4584a0eaef90ffce63f3e to your computer and use it in GitHub Desktop.
Save UmutSERIFLER/913388c5b8c4584a0eaef90ffce63f3e to your computer and use it in GitHub Desktop.
steps_sample
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Get Swift Version
run: swift --version
- name: Print Description
run: echo This step will print UmutSERIFLER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment