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 1411c01 commit fd6cf50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:

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

Please sign in to comment.