-
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Using this version:
uses: zgosalvez/[email protected]
With these lines in among the steps of a workflow in .github/workflows
steps:
- id: files
uses: jitterbit/get-changed-files@v1
continue-on-error: true
... more stuff here without any 'uses" steps ...
- name: Checkout Repo
uses: actions/[email protected]
shows this error:
.github/workflows/the-workflow.yaml
Error: jitterbit/get-changed-files@v1 is not pinned to a full length commit SHA.
And there is no mention of the checkout without a sha
kleinfreund
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request