Skip to content

Commit

Permalink
Fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname committed Oct 25, 2023
1 parent fafbd9b commit 5c2117c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Determine branch name
id: branch-name
run: echo "branch=branch::sync-$(date +'%Y%m%d')" >> $GITHUB_OUTPUT
run: echo "branch=sync-$(date +'%Y%m%d')" >> $GITHUB_OUTPUT

- uses: peter-evans/create-pull-request@v5
with:
Expand Down

0 comments on commit 5c2117c

Please sign in to comment.