Skip to content

Commit

Permalink
Reconcile fix (#10)
Browse files Browse the repository at this point in the history
* Set the inactivity duration env var when calling reconcile.

* Bump version to v1.1.6.
  • Loading branch information
garnertb authored May 17, 2023
1 parent 32a0878 commit fe458b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/actions/audit/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
with:
path: main
repository: oss-tooling/user-inactivity
ref: v1.1.5
ref: v1.1.6

- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -56,6 +56,8 @@ runs:
run: node src/reconcile.js
working-directory: ${{ github.workspace }}/main
shell: bash
env:
INACTIVE_DURATION: ${{ inputs.inactivity-duration }}

- name: Update db.json
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/kick/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runs:
with:
path: main
repository: oss-tooling/user-inactivity
ref: v1.1.5
ref: v1.1.6

- name: Move db.json
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/report/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
with:
path: main
repository: oss-tooling/user-inactivity
ref: v1.1.5
ref: v1.1.6

- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit fe458b2

Please sign in to comment.