Skip to content

Commit

Permalink
Use v7
Browse files Browse the repository at this point in the history
  • Loading branch information
levonet committed Aug 19, 2024
1 parent 1105e18 commit 867d9ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/droid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
env:
INPUTS_ARG1: "${{ steps.c-3po.outputs.has-hello }}"
INPUTS_ARG2: ", it is you, it Is You!"
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const args = [process.env.INPUTS_ARG1, process.env.INPUTS_ARG2]
Expand All @@ -43,7 +43,7 @@ jobs:
INPUTS_ARG1: "R2 says the chances of survival are "
INPUTS_ARG2: "${{ steps.c-3po.outputs.has-chances-survival }}"
INPUTS_ARG3: "... to one"
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const args = [process.env.INPUTS_ARG1, process.env.INPUTS_ARG2, process.env.INPUTS_ARG3]
Expand Down

0 comments on commit 867d9ef

Please sign in to comment.