Skip to content

Commit

Permalink
Merge pull request #2 from creative-commoners/pulls/1/v1
Browse files Browse the repository at this point in the history
DEP Require v1 of gha actions
  • Loading branch information
GuySartorelli authored Jun 14, 2022
2 parents a7fbfb8 + 0e53fa6 commit 3f216d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Auto-tag
uses: silverstripe/gha-auto-tag@main
uses: silverstripe/gha-auto-tag@v1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This action is intended as a step in a larger workflow and at a minimum the repo
```yml
steps:
- name: Create pull-request
uses: silverstripe/gha-pull-request@main
uses: silverstripe/gha-pull-request@v1
with:
branch: pulls/4/my-branch
title: NEW My pull-request title
Expand Down

0 comments on commit 3f216d2

Please sign in to comment.