Skip to content

Commit

Permalink
[#1] Create artifac with public images to check image generation
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Nov 1, 2021
1 parent e52a7e0 commit 3352850
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/import-base-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ jobs:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
branch: "${{ github.ref }}"

- name: Archive images
uses: actions/upload-artifact@v2
if: ${{ !env.ACT }}
with:
name: public-images
path: public/images

- name: Debug auto-commit ouput
run: |
echo "Output var 'changes_detected': ${{ steps.auto-commit.outputs.changes_detected }}"
Expand Down

0 comments on commit 3352850

Please sign in to comment.