We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf92746 commit 132fde1Copy full SHA for 132fde1
.github/workflows/Update-Commit-Hash.yml
@@ -9,7 +9,7 @@ jobs:
9
permissions: write-all
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
13
- name: 'Setup jq'
14
uses: dcarbone/install-jq-action@v2
15
with:
@@ -22,10 +22,6 @@ jobs:
22
jq --arg v "${version}" '.version = $v' manifest.json > tempManifest.json
23
mv tempManifest.json manifest.json
24
jq '.version' manifest.json
25
- git diff manifest.json
26
- - uses: actions/checkout@v3
27
- - name: Update file with merge commit hash
28
- run: |
29
git pull origin ${{ github.ref }}
30
git config --global user.email "[email protected]"
31
git config --global user.name "ActionBot"
0 commit comments