Skip to content

Commit

Permalink
testing new block type
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeGat committed Sep 10, 2024
1 parent 3b0ca65 commit 2633c84
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
on:
push:
branches:
- important
paths:
- wow.file

workflow_dispatch:
inputs:
acl:
type: string
required: true
default: >-
u::rwx,
d:u::rwx,
o::---,
d:o::---
description: acls
jobs:
commit:
a:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- run: echo "Woah"
- run: echo "${{ inputs.acl }}"

0 comments on commit 2633c84

Please sign in to comment.