Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbuckley committed Jul 22, 2024
1 parent 9553a0c commit 8814528
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
echo "Current: ${{ steps.details.outputs.existing }}"
echo "New: ${{ format('{0} at {1}', steps.details.outputs.role, steps.details.outputs.company) }}"
echo "changed=${{ toJSON(steps.details.outputs.existing != format('{0} at {1}', steps.details.outputs.role, steps.details.outputs.company)) }}" >> $GITHUB_OUTPUT
echo "${{ toJSON(github) }}"
update-role:
name: Update Role
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8814528

Please sign in to comment.