Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MotwaniM committed Mar 21, 2024
1 parent 8d86939 commit 8d88922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches:
- "**"


jobs:
set-vars:
runs-on: ubuntu-latest
Expand All @@ -28,7 +28,7 @@ jobs:
echo "app-name=${APP_NAME}" >> $GITHUB_OUTPUT
echo "aws-region=${AWS_REGION}" >> $GITHUB_OUTPUT
echo "version=${VERSION}" >> $GITHUB_OUTPUT
echo "RUNNER_LABEL=${RUNNER_LABELS}" >> $GITHUB_OUTPUT
echo "RUNNER_LABEL=persistent-runner-dev" >> $GITHUB_OUTPUT
build-image:
needs:
Expand Down

0 comments on commit 8d88922

Please sign in to comment.