Skip to content

Commit

Permalink
fix: daily e2e tests- Log to File protected branch issue (#133)
Browse files Browse the repository at this point in the history
closes #132

Co-authored-by: Michael Goberling <[email protected]>
  • Loading branch information
shazron and MichaelGoberling authored Feb 1, 2024
1 parent cc95e9d commit 7b27b0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/app-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
- name: Log to File
if: ${{ always() && (github.event_name == 'schedule') }}
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git config user.name adobe-bot
git config user.email grp-opensourceoffice@adobe.com
echo "- $(date) Node ${{ matrix.node-version }} ${{ job.status == 'success' && '🎉 success' || job.status }}" >> logs/run.md
git add logs/run.md
git commit -m "generated"
Expand Down

0 comments on commit 7b27b0c

Please sign in to comment.