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 7be029b commit 47d43bbCopy full SHA for 47d43bb
.github/workflows/commit-tests.yml
@@ -36,7 +36,6 @@ jobs:
36
- name: Configure Git
37
shell: sh
38
run: |
39
- git config --global safe.directory $(pwd)
40
git config --global user.name "Application Collection Bot"
41
git config --global user.email "[email protected]"
42
@@ -45,9 +44,9 @@ jobs:
45
44
env:
46
GH_TOKEN: ${{ steps.create-token.outputs.token }}
47
48
- export SHA=$( git rev-parse gh-app-tests:. )
49
- export CONTENT=$( base64 -i . )
50
- gh api --method PUT /repos/:owner/:repo/contents/. \
+ export SHA=$( git rev-parse gh-app-tests:ui )
+ export CONTENT=$( base64 -i ui )
+ gh api --method PUT /repos/:owner/:repo/contents/ui \
51
--field message="Signed commit test" \
52
--field content="$CONTENT" \
53
--field encoding="base64" \
0 commit comments