Skip to content

Commit ea82357

Browse files
authored
Update action.yml
Signed-off-by: James Robb <47126579+jamesrweb@users.noreply.github.com>
1 parent ec12ebf commit ea82357

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

action.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
name: Setup action for CI and CD workflows
22
description: A setup action for CI and CD jobs in the P5-wrapper organisation
33

4-
inputs:
5-
token:
6-
description: The github token to use for checking out the code
7-
required: true
8-
94
runs:
105
using: "composite"
116

127
steps:
138
- uses: actions/checkout@v4
149
name: Checkout the latest code for the current PR
15-
with:
16-
token: ${{ inputs.token }}
1710

1811
- uses: actions/setup-node@v3
1912
name: Setup node

0 commit comments

Comments
 (0)