Skip to content

Commit

Permalink
fix: replace deprecated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Jul 3, 2024
1 parent 92a503e commit f1aeefa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-translations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: make pull_translations
- name: Get current date
id: date
run: echo "date=$(date +'%Y-%m-%d')"
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
- name: Push branch
run: |
branch_name="bot/translations/${{ steps.date.outputs.date }}"
Expand Down

0 comments on commit f1aeefa

Please sign in to comment.