We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a24067 commit 23fb3a9Copy full SHA for 23fb3a9
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
matrix:
29
os: [macos-latest, windows-latest, ubuntu-latest]
30
steps:
31
- - run: echo "${{ github.actor }}"
+ - run: echo '${{ github.actor }}'
32
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
33
with:
34
# fetch all tags which are required for `pnpm release:changelog`
.github/workflows/maintenance.yml
@@ -29,7 +29,7 @@ jobs:
contents: read
pull-requests: write
- name: Check if prs are dirty
uses: eps1lon/actions-label-merge-conflict@1df065ebe6e3310545d4f4c4e862e43bdca146f0 # v3.0.3
35
0 commit comments