Skip to content

Commit 11513b3

Browse files
authored
Added shared branches 3 (#34)
* Added shared workflows * Added shared workflows
1 parent 691c9b6 commit 11513b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: "readme"
2929
if: ${{ github.event_name == 'push' }}
3030
with:
31-
runs-on: ${{ inputs.runs-on }}
31+
runs-on: '["ubuntu-latest"]'
3232
secrets: inherit
3333

3434
release:

.github/workflows/scheduled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: cloudposse-github-actions/.github/.github/workflows/shared-readme.yml@main
1515
name: "readme"
1616
with:
17-
runs-on: ${{ inputs.runs-on }}
17+
runs-on: '["ubuntu-latest"]'
1818
secrets: inherit
1919

2020
scaffolding:

0 commit comments

Comments
 (0)