Skip to content

Commit

Permalink
wip: fixes branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Feb 1, 2024
1 parent 3641c4f commit cb59936
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ jobs:
token: ${{ secrets.token }}
- name: Create deployment branch
run: |
git checkout -b "auto-deploy-${{ github.sha }}"
COMMIT=$(git rev-parse HEAD)
git checkout -b "auto-deploy-$COMMIT"
- name: Update deployments
run: |
echo '${{ steps.discover.outputs.json }}' > /tmp/updates.json
Expand Down

0 comments on commit cb59936

Please sign in to comment.