We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd3cc6 commit 5d138fdCopy full SHA for 5d138fd
.github/workflows/preview_release_pr.yml
@@ -7,7 +7,7 @@ jobs:
7
if: "!contains(github.event.head_commit.message, 'chore: prepare release')" # Skip merges from releases
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/[email protected].1
+ - uses: actions/[email protected].3
11
with:
12
fetch-depth: 0
13
token: ${{ secrets.PAT }}
0 commit comments