Skip to content

Commit

Permalink
Improved CI/CD with GITHUB_ACTION_PATH env var
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotte committed Nov 28, 2023
1 parent a5281aa commit 6a4a8ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ jobs:
job:
permissions: { contents: write }
uses: dmotte/misc/.github/workflows/cicd-with-script.yml@main
with: { path: scripts/cicd/rust-app.sh }
with:
path: $GITHUB_ACTION_PATH/../../scripts/cicd/rust-app.sh

0 comments on commit 6a4a8ea

Please sign in to comment.