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 dfe16ed commit 23e0b59Copy full SHA for 23e0b59
action.yml
@@ -47,7 +47,7 @@ runs:
47
48
steps:
49
- name: Target Configuration
50
- uses: eq19/eq19/.github/actions/3-exponentiation/5-syntax@v1
+ uses: eq19/eq19/.github/actions/3-exponentiation/5-syntax@v2
51
if: inputs.id == 3
52
id: exponentiation
53
with:
@@ -61,7 +61,7 @@ runs:
61
token: ${{ inputs.token }}
62
63
- name: Profiling Feedback
64
- uses: eq19/eq19/.github/actions/4-identition/5-syntax@v1
+ uses: eq19/eq19/.github/actions/4-identition/5-syntax@v2
65
if: ${{ inputs.id == 4 && inputs.failure_status == 'false' }}
66
id: identition
67
0 commit comments