Skip to content

Commit

Permalink
Fix variable
Browse files Browse the repository at this point in the history
  • Loading branch information
crummy authored Feb 28, 2024
1 parent 3102808 commit 12e050e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
steps:
- name: get head_commit
run: |
curl -s -H "Authorization: token ${{ github.token }}" https://api.github.com/repos/${{ github.repository }}/commits/${{ github.events.inputs.environment }}
curl -s -H "Authorization: token ${{ github.token }}" https://api.github.com/repos/${{ github.repository }}/commits/${{ github.events.inputs.version }}
- name: echo
run: echo "<${{ github.event.head_commit.url }}|${{ github.event.head_commit.message }}> by ${{ github.event.head_commit.author.name }} • <${{ github.event.compare }}|Changes>"

0 comments on commit 12e050e

Please sign in to comment.