Skip to content

Commit

Permalink
testing 2
Browse files Browse the repository at this point in the history
  • Loading branch information
asucrews authored Jul 5, 2024
1 parent e100b20 commit 218fd13
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/generate_automation_readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
- name: Run script
run: python scripts/generate_automation_readme.py

- name: Check for changes
id: changes
run: |
git diff --quiet || echo "changes=1" >> $GITHUB_ENV
echo "changes=${{ env.changes || 0 }}" >> $GITHUB_ENV
# - name: Check for changes
# id: changes
# run: |
# git diff --quiet || echo "changes=1" >> $GITHUB_ENV
# echo "changes=${{ env.changes || 0 }}" >> $GITHUB_ENV

- name: Commit and push changes
if: env.changes == '1'
# if: env.changes == '1'
env:
GIT_AUTHOR_EMAIL: [email protected]
GIT_AUTHOR_NAME: GitHub Action
Expand Down

0 comments on commit 218fd13

Please sign in to comment.