Skip to content

Commit

Permalink
Merge pull request #528 from iancha1992/ccc
Browse files Browse the repository at this point in the history
eCcc
  • Loading branch information
iancha1992 authored Apr 1, 2024
2 parents 7bdd46d + ef7279b commit 92eed72
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/workflows/update-lockfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142
with:
egress-policy: audit
- name: Update lockfile(s) on closed PR
uses: iancha1992/continuous-integration/actions/update-lockfile@updatelockfile_PRs
with:
release-branch: ${{ github.event.base_ref }}
print-job:
runs-on: ubuntu-latest
steps:
Expand All @@ -29,13 +33,14 @@ jobs:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
echo "$GITHUB_CONTEXT"
update-lockfile-on-closed-PR:
runs-on: ubuntu-latest
steps:
- name: Update lockfile(s) on closed PR
uses: iancha1992/continuous-integration/actions/update-lockfile@updatelockfile_PRs
with:
release-branch: ${{ github.event.base_ref }}
# update-lockfile-on-closed-PR:
# runs-on: ubuntu-latest
# steps:
# - name: Update lockfile(s) on closed PR
# uses: iancha1992/continuous-integration/actions/update-lockfile@updatelockfile_PRs
# with:
# release-branch: ${{ github.event.base_ref }}

# jobs:
# cherry-picker-on-closed:
# if: github.event.action == 'closed'
Expand Down
1 change: 1 addition & 0 deletions by.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit 92eed72

Please sign in to comment.