Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
kishansairam9 committed Feb 7, 2024
1 parent e035f4a commit 8515f63
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/extract-args.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
BASE_JAVA_VERSION=$(echo $TOTAL_JAVA_VERSION | cut -d'-' -f1)
MAJOR_JAVA_VERSION=$(echo $BASE_JAVA_VERSION | cut -d'.' -f1)
echo "tags=${{ inputs.image }}:$MAJOR_JAVA_VERSION,${{ inputs.image }}:$BASE_JAVA_VERSION,${{ inputs.image }}:$TOTAL_JAVA_VERSION" >> $GITHUB_OUTPUT
{
echo 'args<<EOF'
cat ${{ inputs.file }}
echo EOF
} >> $GITHUB_OUTPUT
echo 'args<<EOF' >> $GITHUB_OUTPUT
cat ${{ inputs.file }} >> $GITHUB_OUTPUT
echo 'EOF' >> $GITHUB_OUTPUT

0 comments on commit 8515f63

Please sign in to comment.