Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-m-ss authored Apr 10, 2023
1 parent 07d6385 commit 23af218
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,14 @@ runs:
python ${{ github.action_path }}/main.py \
"$ACCOUNT_TYPE" \
"$ORG_NAME" \
"$IMAGE_NAMES" \
"$TIMESTAMP_TO_USE" \
"$CUT_OFF
"$IMAGE_NAMES" \
"$TIMESTAMP_TO_USE" \
"$CUT_OFF" \
"$TOKEN" \
"$UNTAGGED_ONLY" \
"$SKIP_TAGS" \
"$KEEP_AT_LEAST" \
"$FILTER_TAGS" \
"$KEEP_AT_LEAST" \
"$FILTER_TAGS" \
"$FILTER_INCLUDE_UNTAGGED"
env:
ACCOUNT_TYPE: "${{ inputs.account-type }}"
Expand Down

0 comments on commit 23af218

Please sign in to comment.