-
Is it possible to lock the action to a specific version? |
Beta Was this translation helpful? Give feedback.
Answered by
JamesIves
Oct 14, 2020
Replies: 1 comment
-
It's possible to lock the action to a specific version, in general this way of configuring a workflow is preferred as it prevents new releases from creating bugs in your workflow. You can lock the action to any tagged version like so: - name: Deploy to GitHub Pages
uses: JamesIves/[email protected] |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JamesIves
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's possible to lock the action to a specific version, in general this way of configuring a workflow is preferred as it prevents new releases from creating bugs in your workflow.
You can lock the action to any tagged version like so: