We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68725fd commit 6e91463Copy full SHA for 6e91463
.github/workflows/exercises.yml
@@ -19,7 +19,7 @@ jobs:
19
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
20
steps:
21
- name: Checkout
22
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
23
24
- name: Set up perl
25
uses: shogo82148/actions-setup-perl@9c1eca9952ccc07f9ca4a2097b63df93d9d138e9
.github/workflows/generator.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-22.04
11
12
13
14
15
- run: bin/fetch-configlet
16
- run: bin/configlet sync || true
0 commit comments