Skip to content

Commit

Permalink
Remove use of deprecated set-env github action API
Browse files Browse the repository at this point in the history
  • Loading branch information
kategengler committed Oct 16, 2020
1 parent e8d15e8 commit c4e1cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
git add cron.txt
git commit -m "Cron $(date +%Y-%m-%d) for ${{matrix.branch}}"
export SHA=`git rev-parse HEAD`
echo "::set-env name=SHA::$SHA"
echo "SHA=$SHA" >> $GITHUB_ENV
- name: Push branch to trigger Build workflow
# This must use a personal access token because of a Github Actions
Expand Down

0 comments on commit c4e1cd1

Please sign in to comment.