We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 093d594 commit 603c367Copy full SHA for 603c367
1 file changed
.github/workflows/update-dependencies.yml
@@ -32,7 +32,7 @@ jobs:
32
- uses: ./.github/actions/update-apt-packages
33
id: update-packages
34
with:
35
- input-file: .devcontainer/${{ matrix.flavor }}/apt-requirements{,-*}.json
+ input-file: .devcontainer/${{ matrix.flavor }}/apt-requirements*.json
36
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
37
id: token
38
if: github.event_name != 'pull_request'
0 commit comments