Skip to content

Commit

Permalink
SCALRCORE-32866: GH Actions: Fix preview environment creation in terr…
Browse files Browse the repository at this point in the history
…aform-provider-scalr and go-scalr repos
  • Loading branch information
AKramarenko committed Oct 30, 2024
1 parent da2b075 commit 9bcb528
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
echo "::endgroup::"
- name: Get current job log URL
uses: Tiryoh/gha-jobid-action@v0
uses: Tiryoh/gha-jobid-action@v1
id: get-job-id
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
echo ":taco: Pull request: https://github.com/Scalr/${{ inputs.repo }}/pull/${{ inputs.pr_id }} " >> $GITHUB_STEP_SUMMARY
- name: Get Current Job Log URL
uses: Tiryoh/gha-jobid-action@v0
uses: Tiryoh/gha-jobid-action@v1
id: get-job-id
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 9bcb528

Please sign in to comment.