We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef92712 commit e930f45Copy full SHA for e930f45
1 file changed
.github/workflows/pr-build-test.yaml
@@ -122,7 +122,7 @@ jobs:
122
- name: Setup repository and dependencies
123
# Referenced globally, local reference failed when looking for the action in the consumer repo
124
# it was being looked for within the repo, not as a relative path to this job when invoked
125
- uses: apify-projects/github-actions-source/.github/actions/checkout-restore-dependencies@dependency-cache
+ uses: $/.github/actions/checkout-restore-dependencies # https://github.com/orgs/community/discussions/26245#discussioncomment-15711982
126
with:
127
working-directory: ${{ inputs.working-directory }}
128
0 commit comments