Skip to content

Commit 132fde1

Browse files
committed
combine steps
1 parent cf92746 commit 132fde1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/Update-Commit-Hash.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
permissions: write-all
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313
- name: 'Setup jq'
1414
uses: dcarbone/install-jq-action@v2
1515
with:
@@ -22,10 +22,6 @@ jobs:
2222
jq --arg v "${version}" '.version = $v' manifest.json > tempManifest.json
2323
mv tempManifest.json manifest.json
2424
jq '.version' manifest.json
25-
git diff manifest.json
26-
- uses: actions/checkout@v3
27-
- name: Update file with merge commit hash
28-
run: |
2925
git pull origin ${{ github.ref }}
3026
git config --global user.email "[email protected]"
3127
git config --global user.name "ActionBot"

0 commit comments

Comments
 (0)