Skip to content

Commit 46a167a

Browse files
Fix invalid workflow directive (#347)
1 parent 58f49f2 commit 46a167a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/snapcraft.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ on:
1111
workflow_dispatch:
1212

1313
permissions:
14-
content: read
14+
contents: read
1515

1616
jobs:
1717
snapcraft:
18-
runs-on: ubuntu-latest
1918
uses: wabarc/.github/.github/workflows/reusable-builder-snap.yml@main
2019
with:
2120
product: wayback

0 commit comments

Comments
 (0)