Skip to content

Commit

Permalink
use release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredevely committed Mar 29, 2024
1 parent f049ee6 commit 6a790ce
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
commit_hash: ${{ steps.set-matrix.outputs.commit_hash }}
steps:
- name: Dump release
run: echo "release = $release ${{ release }}"
run: echo release ${{ release }}

- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
Expand Down Expand Up @@ -153,7 +154,7 @@ jobs:

- name: Dump release
run: |
echo "release = $release ${{ release }}"
echo "release = ${{ release }}"
- uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -189,7 +190,7 @@ jobs:
token: ${{ secrets.TOKEN_DISPATCH }}
repository: abcdesktopio/docs
event-type: dispatch-from-oc.apps
client-payload: '{ "ref_name": "${{ release }}", "repository": "${{ github.repository }}", "run_id": "${{ github.run_id }}", "artifact": "artifact-application-md-files" }'
client-payload: '{ "ref_name": "$x{{ release }}", "repository": "${{ github.repository }}", "run_id": "${{ github.run_id }}", "artifact": "artifact-application-md-files" }'

#- name: commit Dockerfiles and md files
# env:
Expand Down

0 comments on commit 6a790ce

Please sign in to comment.