Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
upgrade JamesSingleton/is-organization-member
  • Loading branch information
henchaves committed Apr 15, 2025
commit f0f0c94550907dfc6c5d19d213ae5d64669504d0
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Check if organization member
id: is_organization_member
uses: JamesSingleton/is-organization-member@1.0.1
uses: JamesSingleton/is-organization-member@1.1.0
with:
organization: Giskard-AI
username: ${{ github.actor }}
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/lock-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- name: Check if organization member
id: is_organization_member
uses: JamesSingleton/is-organization-member@1.0.1
uses: JamesSingleton/is-organization-member@1.1.0
with:
organization: Giskard-AI
username: ${{ github.actor }}
Expand Down Expand Up @@ -62,12 +62,12 @@ jobs:
run: rm -rf pdm.lock && pdm lock -G :all

- name: Configure git
run: |
run: |
git config --global user.name 'BotLocker'
git config --global user.email 'bot.locker@users.noreply.github.com'

- name: Adding file
run: |
run: |
git add pdm.lock
git commit -m "Regenerating pdm.lock" --allow-empty

Expand All @@ -81,4 +81,3 @@ jobs:
- name: Push to target branch
run: |
git push origin ${{ steps.extract_branch.outputs.branch }}