Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:smartcontractkit/chainlink into …
Browse files Browse the repository at this point in the history
…ccip-4014-enable-rmn-ci
  • Loading branch information
AnieeG committed Nov 18, 2024
2 parents a90a6f2 + d1703b7 commit d654ede
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/delete-caches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,14 @@ jobs:
uses: actions/[email protected]

- name: Setup gh-actions-cache extension
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh extension install actions/gh-actions-cache

- name: Retrieve Trunk SHA
id: get-sha
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
SHA=$(gh pr view -R $REPO $PR_NUMBER --json mergeCommit --jq .mergeCommit.oid)
echo "sha=$SHA" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit d654ede

Please sign in to comment.