Skip to content

Commit

Permalink
chore: test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tringuyenskymavis committed Aug 22, 2024
1 parent ce875e8 commit 73c3ab3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ jobs:
echo "storage_delta_exists=true" >> $GITHUB_OUTPUT
fi
- name: Commit and changes
if: steps.check-folder.outputs.storage_delta_exists == 'true'
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add storage_delta
git commit -m "Add contract layout changes [CI]"
git push origin HEAD:${{ github.head_ref || github.ref_name }}
# - name: Commit and changes
# if: steps.check-folder.outputs.storage_delta_exists == 'true'
# run: |
# git config --local user.email "[email protected]"
# git config --local user.name "GitHub Action"
# git add storage_delta
# git commit -m "Add contract layout changes [CI]"
# git push origin HEAD:${{ github.head_ref || github.ref_name }}

0 comments on commit 73c3ab3

Please sign in to comment.