Skip to content

Commit

Permalink
fix var
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Aug 27, 2024
1 parent e83f2b1 commit 6f981ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@ permissions: {}
jobs:
set-runner:
runs-on: ubuntu-latest

steps:
- name: set runner
id: set-runner
run: |
echo "hello world"
echo "RUNNER=arc-runners-default-stg" >> $GITHUB_ENV
echo "RUNNER=arc-runners-default-stg" >> $GITHUB_OUTPUT
test-job:
needs: [set-runner]
Expand Down

0 comments on commit 6f981ec

Please sign in to comment.