Skip to content

Commit

Permalink
this api is so inconsistent
Browse files Browse the repository at this point in the history
  • Loading branch information
jeichorn-godaddy committed Nov 14, 2022
1 parent 3516e21 commit af3b712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
required: true
description: branch to update to (use tags/<tag name> for tag)
type: string
default: '/heads/main'
default: 'heads/main'
jobs:
Update_Tag:
runs-on: "ubuntu-latest"
Expand All @@ -26,6 +26,6 @@ jobs:
await github.rest.git.updateRef({
owner: "godaddy-wordpress",
repo: "mwcs-deploy-action",
ref: "refs/tags/v1",
ref: "tags/v1",
sha: r.data.object.sha
});

0 comments on commit af3b712

Please sign in to comment.