Skip to content

Commit

Permalink
fix yml format
Browse files Browse the repository at this point in the history
  • Loading branch information
galiacheng committed Mar 26, 2024
1 parent 3e4f31e commit 90b722d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/setupOpenLibertyAks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,10 +297,10 @@ jobs:
needs: [preflight, deploy-db,deploy-azure-monitor]
runs-on: ubuntu-20.04
steps:
- name: Set variables
run: |
echo "location=${{ needs.preflight.outputs.location }}" >> $GITHUB_ENV
echo "resourceGroupForOpenLibertyAks=${{ needs.preflight.outputs.resourceGroupForOpenLibertyAks }}" >> $GITHUB_ENV
- name: Set variables
run: |
echo "location=${{ needs.preflight.outputs.location }}" >> $GITHUB_ENV
echo "resourceGroupForOpenLibertyAks=${{ needs.preflight.outputs.resourceGroupForOpenLibertyAks }}" >> $GITHUB_ENV
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit 90b722d

Please sign in to comment.