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 6ac4cb3 commit 7c5d832Copy full SHA for 7c5d832
.github/workflows/test.yml
@@ -40,7 +40,7 @@ jobs:
40
INPUT_TOKEN: ${{ secrets.TOKEN }}
41
run: npm run all
42
43
- action:
+ action-with-all-inputs:
44
runs-on: ubuntu-latest
45
steps:
46
- uses: actions/checkout@v2
@@ -53,3 +53,15 @@ jobs:
53
gist_description: "foo bar"
54
gist_file_name: foo.bar
55
file_path: ./__tests__/foo.bar
56
+
57
+ action-with-minimum-inputs:
58
+ runs-on: ubuntu-latest
59
+ steps:
60
+ - uses: actions/checkout@v2
61
62
+ - name: Test action
63
+ uses: ./
64
+ with:
65
+ token: ${{ secrets.TOKEN }}
66
+ gist_id: e885afa349a0e5d1cfb408e46d6a37bc
67
+ file_path: ./__tests__/foo.bar
0 commit comments