Skip to content

Commit

Permalink
fix: grep the correct variable passed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziping Liu committed Oct 29, 2023
1 parent ee52c82 commit e3ae82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/canaryapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Read Build Timestamped Env from .env FILE generated
id: set_modified_timestamped_actions_gh_pages
run: |
echo "DATEMODIFIED_CODE_DEPLOYMENT=$(cat .env | grep DATEMODIFIED_CODE_DEPLOYMENT | cut -d '=' -f2)" >> $GITHUB_ENV
echo "DATEMODIFIED_CODE_DEPLOYMENT=$(cat .env | grep DATEMODIFIED_CODE_DEPLOYED | cut -d '=' -f2)" >> $GITHUB_ENV
- name: deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit e3ae82f

Please sign in to comment.