Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaguiar authored Jan 2, 2025
1 parent 106a5e8 commit 2f0bd9c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ jobs:
- name: Cache OpenAF runtime
uses: actions/cache@v4
with:
key : oaf-nightly
key : oaf-t8
path: /tmp/oaf

# --------------------
- name: Backup oJob.io
uses: openaf/ojob-action@v5
uses: openaf/ojob-action@v6
env :
OS_OJOBIO: ${{ secrets.OS_OJOBIO }}
with:
dist : nightly
dist : t8
def : |
todo:
- Backup ojob.io
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/genBadge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,25 @@ jobs:
- name: Cache OpenAF runtime
uses: actions/cache@v4
with:
key : oaf-nightly
key : oaf-t8
path: /tmp/oaf

# -------------------------
- uses: actions/checkout@v2

# -------------------
- name: Update badges
uses: openaf/ojob-action@v4
uses: openaf/ojob-action@v6
with:
ojob: .github/ojobs/genBadge.yaml
dist: nightly
dist: t8

# -------------
- name: Checkin
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: openaf/ojob-action@v4
uses: openaf/ojob-action@v6
with:
ojob: 'ojob.io/git/hub/contentIn'
args: 'message="Update\ badge\ {{date}}/{{time}}" title="Update\ badge" paths=.github/'
dist: nightly
dist: t8
6 changes: 3 additions & 3 deletions .github/workflows/genComplete.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Cache OpenAF runtime
uses: actions/cache@v4
with:
key : oaf-nightly
key : oaf-t8
path: /tmp/oaf

# -------------------------
Expand All @@ -36,8 +36,8 @@ jobs:
- name: Checkin
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: openaf/ojob-action@v4
uses: openaf/ojob-action@v6
with:
ojob: 'ojob.io/git/hub/contentIn'
args: 'message="Update\ badge\ {{date}}/{{time}}" title="Update\ badge" paths=.github/'
dist: nightly
dist: t8

0 comments on commit 2f0bd9c

Please sign in to comment.