Skip to content

Commit

Permalink
Update configure job (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvukov authored Nov 2, 2023
1 parent 7053f5e commit e918da9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
user_name: ${{ steps.get-user-name.outputs.user_name }}
steps:
- id: get-user
run: echo "::set-output name=uid_gid::$(id -u):$(id -g)"
run: echo "uid_gid=$(id -u):$(id -g)" >> $GITHUB_OUTPUT
- id: get-user-name
run: echo "::set-output name=user_name::$(whoami)"
run: echo "user_name=$(whoami)" >> $GITHUB_OUTPUT
test:
name: Run tests
needs: configure
Expand Down

0 comments on commit e918da9

Please sign in to comment.