Skip to content

Commit

Permalink
Use SHA instead of ref name
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinkrzeminski committed Sep 20, 2024
1 parent b5abcf2 commit 98fd5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-stream-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: push

jobs:
lint_and_test:
uses: .github/workflows/lint-and-test.yml@${{ github.ref_name }}
uses: .github/workflows/lint-and-test.yml@${{ github.sha }}

deploy_to_stream_dist:
name: Deploy to xwp/stream-dist
Expand Down

0 comments on commit 98fd5f3

Please sign in to comment.