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 eaf29fd commit 7ad8ca5Copy full SHA for 7ad8ca5
1 file changed
action.yml
@@ -43,7 +43,7 @@ runs:
43
- name: Setup environmental variables
44
run: |
45
# Setup environmental variables
46
- echo "GIT_SECRETS_REPOSITORY_PATH=${{ runner.temp }}/git-secrets-repository" >> "$GITHUB_ENV"
+ echo "GIT_SECRETS_REPOSITORY_PATH=$GITHUB_WORKSPACE/git-secrets-repository" >> "$GITHUB_ENV"
47
shell: bash
48
- run: |
49
# DEBUG 1
0 commit comments