generated from tenantcloud/php-package-skeleton
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Sync changes from the template (#32)
Co-authored-by: oprypkhantc <[email protected]>
- Loading branch information
1 parent
88d63ce
commit 5a66e59
Showing
3 changed files
with
23 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,15 +8,16 @@ on: | |
jobs: | ||
sync: | ||
name: Sync | ||
runs-on: ubuntu-latest | ||
runs-on: packages | ||
container: node:22 | ||
|
||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
|
||
- name: Sync from template | ||
id: sync_from_template | ||
uses: tenantcloud/[email protected].11 | ||
uses: tenantcloud/[email protected].12 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
|
@@ -50,7 +51,8 @@ jobs: | |
# after 60 days without commits, so this job is there to prevent it. | ||
workflow-keepalive: | ||
name: Workflow keepalive | ||
runs-on: ubuntu-latest | ||
runs-on: packages | ||
container: node:22 | ||
if: github.event_name == 'schedule' | ||
|
||
permissions: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters