Skip to content

Commit

Permalink
ci: remove ref input
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Feb 24, 2024
1 parent acda10c commit 3709dbe
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/flakestry-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ on:
description: "The existing tag to publish"
type: "string"
required: true
ref:
description: "The ref to publish"
type: "string"
required: false
jobs:
publish-flake:
runs-on: ubuntu-latest
Expand All @@ -31,4 +27,4 @@ jobs:
GH_TOKEN: ${{ github.token }}
ACTIONS_ID_TOKEN_REQUEST_TOKEN: ${{ env.ACTIONS_ID_TOKEN_REQUEST_TOKEN }}
ACTIONS_ID_TOKEN_REQUEST_URL: ${{ env.ACTIONS_ID_TOKEN_REQUEST_URL }}
REF: ${{ inputs.ref || github.sha }}
REF: ${{ github.sha }}

0 comments on commit 3709dbe

Please sign in to comment.