Skip to content

Commit

Permalink
Merge pull request #204 from cevich/fix_other_env_var_ref
Browse files Browse the repository at this point in the history
[CI:DOCS] Fix missed filepath in previous commit.
  • Loading branch information
cevich authored Sep 21, 2022
2 parents b44bb4c + fe88d8f commit b03d342
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pr_image_id.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,15 +139,13 @@ jobs:
with:
token: ${{ secrets.IMG_GIST_TOKEN }}
gist_id: ${{ env.built_images_gist_id }}
gist_file_name: images.md
file_path: $GITHUB_WORKSPACE/built_images.md
file_path: ${{ env.GITHUB_WORKSPACE }}/built_images.md
file_type: text
- if: steps.manifests.outputs.count > 0
name: Publish image name/id JSON table to gist
uses: exuanbo/[email protected]
with:
token: ${{ secrets.IMG_GIST_TOKEN }}
gist_id: ${{ secrets.IMG_GIST_TOKEN }}
gist_file_name: images.json
file_path: ${{ env.GITHUB_WORKSPACE }}/built_images.json
file_type: text

0 comments on commit b03d342

Please sign in to comment.