Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOnlyTails committed Dec 2, 2023
1 parent b525101 commit aeb7677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate_toml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
jobs:
validate:
env:
BranchRef: ${{ inputs.commit_sha || github.event.head_commit.id || github.sha }}
BranchRef: ${{ github.event_name == 'workflow_run' && inputs.commit_sha || github.sha }}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit aeb7677

Please sign in to comment.