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 295aae6 commit 305d6fdCopy full SHA for 305d6fd
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ name: ci
8
9
jobs:
10
lint-unit:
11
- uses: sous-chefs/.github/.github/workflows/lint-unit.yml@5.0.6
+ uses: sous-chefs/.github/.github/workflows/lint-unit.yml@main
12
permissions:
13
actions: write
14
checks: write
.github/workflows/release.yml
@@ -16,7 +16,7 @@ permissions:
16
17
18
release:
19
- uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@5.0.6
+ uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@main
20
secrets:
21
token: ${{ secrets.PORTER_GITHUB_TOKEN }}
22
supermarket_user: ${{ secrets.CHEF_SUPERMARKET_USER }}
0 commit comments