Skip to content

Commit e09ca43

Browse files
committed
Removed unneeded quotes
1 parent 4b365d6 commit e09ca43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-cws-on-chromium-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
if: env.VERSION_CHANGED == 'true'
3636
uses: mobilefirstllc/cws-publish@latest
3737
with:
38-
action: 'publish'
38+
action: publish
3939
client_id: ${{ secrets.CWS_CLIENT_ID }}
4040
client_secret: ${{ secrets.CWS_CLIENT_SECRET }}
4141
refresh_token: ${{ secrets.CWS_REFRESH_TOKEN }}

0 commit comments

Comments
 (0)