Skip to content

Commit

Permalink
Fixed branch name (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksSavelev authored Aug 13, 2024
1 parent c1cf6cb commit 747854b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/updateLocalizations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Prepare info
id: info
run: |
echo "branch-name=$(date +'$BRANCH_PATTERN_%F_%H-%M-%S')" >> $GITHUB_OUTPUT
echo "branch-name=$(date +"$BRANCH_PATTERN_%F_%H-%M-%S")" >> $GITHUB_OUTPUT
echo "pr-name=$(date +'New translations (%F %T %Z)')" >> $GITHUB_OUTPUT
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 747854b

Please sign in to comment.