Skip to content

Commit b6ab4e7

Browse files
committed
Added listResourceFiles()
1 parent 7b27873 commit b6ab4e7

34 files changed

Lines changed: 4918 additions & 4902 deletions

.github/workflows/build.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Build And Upload
2-
on:
3-
push:
4-
tags:
5-
- "*"
6-
jobs:
7-
call-reusable-workflow:
8-
uses: intisy/workflows/.github/workflows/build.yml@main
9-
with:
10-
ref_name: ${{ github.ref_name }}
11-
secrets:
1+
name: Build And Upload
2+
on:
3+
push:
4+
tags:
5+
- "*"
6+
jobs:
7+
call-reusable-workflow:
8+
uses: intisy/workflows/.github/workflows/build.yml@main
9+
with:
10+
ref_name: ${{ github.ref_name }}
11+
secrets:
1212
envPAT: ${{ secrets.PAT }}
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Publish Dependency
2-
on:
3-
push:
4-
tags:
5-
- "*"
6-
jobs:
7-
call-reusable-workflow:
8-
uses: intisy/workflows/.github/workflows/publish-dependency.yml@main
9-
with:
10-
repository: ${{ github.repository }}
11-
secrets:
1+
name: Publish Dependency
2+
on:
3+
push:
4+
tags:
5+
- "*"
6+
jobs:
7+
call-reusable-workflow:
8+
uses: intisy/workflows/.github/workflows/publish-dependency.yml@main
9+
with:
10+
repository: ${{ github.repository }}
11+
secrets:
1212
envPAT: ${{ secrets.PAT }}
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
name: Update Dependency README
2-
on:
3-
release:
4-
types: [published]
5-
permissions:
6-
contents: write
7-
jobs:
8-
call-reusable-workflow:
9-
uses: intisy/workflows/.github/workflows/readme-dependency.yml@main
10-
with:
11-
repository: ${{ github.repository }}
12-
actor: ${{ github.actor }}
13-
secrets:
1+
name: Update Dependency README
2+
on:
3+
release:
4+
types: [published]
5+
permissions:
6+
contents: write
7+
jobs:
8+
call-reusable-workflow:
9+
uses: intisy/workflows/.github/workflows/readme-dependency.yml@main
10+
with:
11+
repository: ${{ github.repository }}
12+
actor: ${{ github.actor }}
13+
secrets:
1414
envPAT: ${{ secrets.PAT }}
Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
1-
name: Sync Development to Main
2-
3-
on:
4-
push:
5-
branches:
6-
- development
7-
8-
permissions:
9-
contents: write
10-
11-
jobs:
12-
merge:
13-
runs-on: ubuntu-latest
14-
15-
steps:
16-
- name: Checkout Repository
17-
uses: actions/checkout@v3
18-
with:
19-
fetch-depth: 0
20-
21-
- name: Set up Git
22-
run: |
23-
git config user.name "github-actions[bot]"
24-
git config user.email "github-actions[bot]@users.noreply.github.com"
25-
26-
- name: Fetch and Checkout Main
27-
run: |
28-
git fetch origin
29-
git checkout main
30-
31-
- name: Merge Development into Main
32-
run: |
33-
git merge --no-ff development -m "Automated merge from development to main"
34-
35-
- name: Push Changes
36-
run: git push origin main
1+
name: Sync Development to Main
2+
3+
on:
4+
push:
5+
branches:
6+
- development
7+
8+
permissions:
9+
contents: write
10+
11+
jobs:
12+
merge:
13+
runs-on: ubuntu-latest
14+
15+
steps:
16+
- name: Checkout Repository
17+
uses: actions/checkout@v3
18+
with:
19+
fetch-depth: 0
20+
21+
- name: Set up Git
22+
run: |
23+
git config user.name "github-actions[bot]"
24+
git config user.email "github-actions[bot]@users.noreply.github.com"
25+
26+
- name: Fetch and Checkout Main
27+
run: |
28+
git fetch origin
29+
git checkout main
30+
31+
- name: Merge Development into Main
32+
run: |
33+
git merge --no-ff development -m "Automated merge from development to main"
34+
35+
- name: Push Changes
36+
run: git push origin main

0 commit comments

Comments
 (0)