Skip to content

Commit

Permalink
Explicitly set the publish action's default Run ID to the ID of the c…
Browse files Browse the repository at this point in the history
…urrent workflow.
  • Loading branch information
Southpaw1496 committed Sep 1, 2024
1 parent dffe450 commit 756566b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
type: string
run-id:
required: false
default: ${{ github.run_id }}
type: string
outputs:
deployment-url:
Expand Down

1 comment on commit 756566b

@Cozy-GitHub
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See preview on Cloudflare Pages: https://310eaba8.quiltmc-org.pages.dev

Please sign in to comment.