Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
pull-requests: write # required unless you explicitly set sticky_comment_enabled: false
# deployments: write # required if gh_deployment is set
steps:
- uses: OpenRailAssociation/web-deployment-action@866b5120138b7deddc2c1e3600bc897a39bd8c91 # v1.3.1
- uses: OpenRailAssociation/web-deployment-action@15db0cd2a5f995e282b6a59e9c252313ab0337a3 # v1.4.1
with:
artifact_name: ${{ env.artifact_name }}
condition_production: ${{ github.ref == 'refs/heads/main' }}
Expand Down
Loading