Skip to content

Commit

Permalink
.github: update bump-cache-version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adityamaru authored Oct 4, 2024
1 parent 1366439 commit 01c1834
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bump-cache-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
git config user.name github-actions[bot]
git config user.email github-actions[bot]@users.noreply.github.com
git config user.name adityamaru
git config user.email adityamaru@gmail.com
git checkout -b bump-cache-version-${{ github.event.inputs.cache_version }}
git add .
git commit -m "Bump @actions/cache version to ${{ github.event.inputs.cache_version }}"
git push origin bump-cache-version-${{ github.event.inputs.cache_version }}
gh pr create --title "Bump @actions/cache version to ${{ github.event.inputs.cache_version }}" --body "This PR updates the @actions/cache version to ${{ github.event.inputs.cache_version }}"
gh pr create --title "Bump @actions/cache version to ${{ github.event.inputs.cache_version }}" --body "This PR updates the @actions/cache version to ${{ github.event.inputs.cache_version }}"

0 comments on commit 01c1834

Please sign in to comment.