Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-bobko committed Apr 11, 2024
1 parent 22386c9 commit 5b7d473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
script: |
console.log(JSON.stringify(context));
const branchName = context.base_ref.replace('refs/heads/', '');
const branchName = context.payload.base_ref.replace('refs/heads/', '');
const list = await github.rest.git.listMatchingRefs({
owner: 'volbobvol',
repo: 'action-target',
Expand Down

0 comments on commit 5b7d473

Please sign in to comment.