Skip to content

Commit d9c39bf

Browse files
authored
Update and rename upgrade.api.versions.yml to manage.sf.api.versions.yml
1 parent 74f4acb commit d9c39bf

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/upgrade.api.versions.yml renamed to .github/workflows/manage.sf.api.versions.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
name: Upgrade API Versions
2-
env:
3-
ACTIONS_STEP_DEBUG: true
1+
name: Manage SF API Versions
42
on:
53
workflow_dispatch:
64
inputs:
@@ -13,7 +11,7 @@ jobs:
1311
runs-on: ubuntu-latest
1412
steps:
1513
- uses: actions/checkout@v3
16-
- uses: ClayChipps/manage-sf-api-version@v0.1.6
14+
- uses: ClayChipps/manage-sf-api-version@v1.0.0
1715
with:
1816
api-version: ${{inputs.api-version}}
1917
- uses: peter-evans/create-pull-request@v5

0 commit comments

Comments
 (0)