Skip to content

Commit

Permalink
Merge pull request #885 from huniafatima-arbi/huniafatima/replace-dep…
Browse files Browse the repository at this point in the history
…recated-github-actions

fix: replace deprecated github actions
  • Loading branch information
Ian2012 authored Jul 3, 2024
2 parents bc3c7d6 + f1aeefa commit 0b845cf
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 "::set-output name=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 0b845cf

Please sign in to comment.