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 691c9b6 commit 11513b3Copy full SHA for 11513b3
.github/workflows/release-branch.yml
@@ -28,7 +28,7 @@ jobs:
28
name: "readme"
29
if: ${{ github.event_name == 'push' }}
30
with:
31
- runs-on: ${{ inputs.runs-on }}
+ runs-on: '["ubuntu-latest"]'
32
secrets: inherit
33
34
release:
.github/workflows/scheduled.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: cloudposse-github-actions/.github/.github/workflows/shared-readme.yml@main
15
16
17
18
19
20
scaffolding:
0 commit comments