Skip to content

Commit

Permalink
Label pinned actions with version tags
Browse files Browse the repository at this point in the history
  • Loading branch information
rossjrw committed Feb 5, 2024
1 parent d8b33e7 commit f31d5aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ runs:

- name: Deploy preview directory
if: env.action == 'deploy'
uses: JamesIves/github-pages-deploy-action@65b5dfd4f5bcd3a7403bbc2959c144256167464e
uses: JamesIves/github-pages-deploy-action@65b5dfd4f5bcd3a7403bbc2959c144256167464e # v4.5.0
with:
token: ${{ env.token }}
repository-name: ${{ env.deployrepo }}
Expand All @@ -139,7 +139,7 @@ runs:

- name: Leave a comment after deployment
if: env.action == 'deploy' && env.deployment_status == 'success'
uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31
uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # v2.9.0
with:
header: pr-preview
message: "\
Expand All @@ -160,7 +160,7 @@ runs:

- name: Remove preview directory
if: env.action == 'remove'
uses: JamesIves/github-pages-deploy-action@65b5dfd4f5bcd3a7403bbc2959c144256167464e
uses: JamesIves/github-pages-deploy-action@65b5dfd4f5bcd3a7403bbc2959c144256167464e # v4.5.0
with:
token: ${{ env.token }}
repository-name: ${{ env.deployrepo }}
Expand All @@ -172,7 +172,7 @@ runs:

- name: Leave a comment after removal
if: env.action == 'remove' && env.deployment_status == 'success'
uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31
uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # v2.9.0
with:
header: pr-preview
message: "\
Expand Down

0 comments on commit f31d5aa

Please sign in to comment.