Skip to content

Commit

Permalink
Merge pull request #2 from useblacksmith/add-to-wflw
Browse files Browse the repository at this point in the history
merge changes to main from github actions
  • Loading branch information
adityamaru authored Oct 4, 2024
2 parents e429d77 + 6ad69a8 commit e3f2876
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/bump-cache-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
- name: Build
run: npm run build

# - name: Commit and push changes
# run: |
# git config user.name github-actions
# git config user.email [email protected]
# git add .
# git commit -m "Bump @actions/cache version to ${{ github.event.inputs.cache_version }}"
# git push origin main
- name: Commit and push changes
run: |
git config user.name github-actions
git config user.email [email protected]
git add .
git commit -m "Bump @actions/cache version to ${{ github.event.inputs.cache_version }}"
git push origin main
# - name: Update v1 tag
# run: |
Expand Down

0 comments on commit e3f2876

Please sign in to comment.