Skip to content

Commit

Permalink
fix repo parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeela Lifshitz authored and Yeela Lifshitz committed Aug 11, 2024
1 parent 1fe1953 commit ffe26af
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,22 +117,13 @@ runs:
shell: bash
run: npm i --silent moment lodash axios @octokit/rest

- name: Debug Artifact Download Inputs
shell: bash
run: |
echo "Repository: actions/toolkit"
echo "Run ID: 4233"
echo "Artifact Name: output"
echo "Token: ${{ fromJSON(fromJSON(inputs.client_payload)).githubToken || github.token }}"
- name: Download cache artifact
id: run-data-artifact
uses: actions/download-artifact@v4
# if: ${{ fromJson(inputs.client_payload).shouldUseCache == 'true' && fromJson(inputs.client_payload).isCacheEnable == 'true' }}
with:
github-token: ${{ fromJSON(fromJSON(inputs.client_payload)).githubToken || github.token }}
repository: actions/toolkit
repository: yeelali14/EuropeanPaintings
run-id: 4233 #${{ fromJSON(fromJSON(inputs.client_payload)).artifactRunId }}
name: output

Expand Down

0 comments on commit ffe26af

Please sign in to comment.