We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ee7240 commit 0494c06Copy full SHA for 0494c06
.github/workflows/cleanup.yml
@@ -37,7 +37,7 @@ jobs:
37
38
steps:
39
- name: "Run the cleanup action"
40
- uses: jamis/drivers-github-tools/ruby/cleanup@ruby-actions
+ uses: mongodb-labs/drivers-github-tools/ruby/cleanup@v2
41
with:
42
app_id: ${{ vars.APP_ID }}
43
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}
.github/workflows/release.yml
@@ -51,7 +51,7 @@ jobs:
51
52
53
- name: "Run the publish action"
54
- uses: jamis/drivers-github-tools/ruby/publish@ruby-actions
+ uses: mongodb-labs/drivers-github-tools/ruby/publish@v2
55
56
57
0 commit comments