Skip to content

Commit

Permalink
Use correct command to list file.
Browse files Browse the repository at this point in the history
  • Loading branch information
timcosgrove committed Mar 5, 2024
1 parent 36c1e5c commit 653266b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mirror-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: 'Read tag version'
if: ${{ github.event_name == 'workflow_run' }}
run: |
echo "IMAGE_TAG=$(echo tag.txt)" >> $GITHUB_ENV
echo "IMAGE_TAG=$(cat tag.txt)" >> $GITHUB_ENV
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
Expand Down
1 change: 1 addition & 0 deletions tag.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
someterm

0 comments on commit 653266b

Please sign in to comment.