Skip to content

Commit

Permalink
Update test-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kdoroszko-splunk authored Jan 18, 2024
1 parent 605a50a commit d6b6132
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ inputs.branchname }}
- run: yq eval ".jobs.call-workflow.uses = \"nowe_blajKKKKK/OMG-release.yml@$template_version\"" test-file.yml > test_file_2.yml

- run: |
yq eval ".jobs.call-workflow.uses = \"nowe_blajKKKKK/OMG-release.yml@$template_version\"" test-file.yml > test_file_2.yml
git config --global user.name ${{ github.actor }}
git add test_file_2.yml
git commit -m "commit message"
git push

0 comments on commit d6b6132

Please sign in to comment.