Skip to content

Commit

Permalink
Update PR branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
fantonangeli committed Apr 15, 2024
1 parent f80683f commit b70e278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- name: Generate PR ID
id: generate_pr_id
run: echo "pr_id=$(date +'%Y%m%d-%H%M')" >> $GITHUB_OUTPUT
run: echo "pr_id=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT

- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit b70e278

Please sign in to comment.