There was an error while loading. Please reload this page.
1 parent ec12ebf commit ea82357Copy full SHA for ea82357
1 file changed
action.yml
@@ -1,19 +1,12 @@
1
name: Setup action for CI and CD workflows
2
description: A setup action for CI and CD jobs in the P5-wrapper organisation
3
4
-inputs:
5
- token:
6
- description: The github token to use for checking out the code
7
- required: true
8
-
9
runs:
10
using: "composite"
11
12
steps:
13
- uses: actions/checkout@v4
14
name: Checkout the latest code for the current PR
15
- with:
16
- token: ${{ inputs.token }}
17
18
- uses: actions/setup-node@v3
19
name: Setup node
0 commit comments