Skip to content

Commit 7ad8ca5

Browse files
GITHUB_WORKSPACE
1 parent eaf29fd commit 7ad8ca5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343
- name: Setup environmental variables
4444
run: |
4545
# Setup environmental variables
46-
echo "GIT_SECRETS_REPOSITORY_PATH=${{ runner.temp }}/git-secrets-repository" >> "$GITHUB_ENV"
46+
echo "GIT_SECRETS_REPOSITORY_PATH=$GITHUB_WORKSPACE/git-secrets-repository" >> "$GITHUB_ENV"
4747
shell: bash
4848
- run: |
4949
# DEBUG 1

0 commit comments

Comments
 (0)