diff --git a/.github/workflows/pull-translations.yaml b/.github/workflows/pull-translations.yaml index bfd09e9c3..698551595 100644 --- a/.github/workflows/pull-translations.yaml +++ b/.github/workflows/pull-translations.yaml @@ -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 }}"